home *** CD-ROM | disk | FTP | other *** search
- /**************************/
- /* start commonstyles.css */
- /**************************/
-
- span.taglist {
- margin-left: 4px;
- vertical-align: middle;
- }
-
- /* profile image - currently only in Twitter Atom feeds */
- img.profileimg {
- float: left;
- max-height: 36px; /* 48px */
- max-width: 36px;
- margin-right: 8px;
- border: 1px solid #555555;
- filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=silver);
- }
- a:hover img.profileimg { border-color: Highlight; }
-
- /* slang in Twitter feeds (RT, DM) */
- abbr.fdautohint {
- font-weight: bold;
- color: green;
- cursor: help;
- }
-
- .postrank {
- color: black;
- background-color: orange;
- font-weight: bold;
- }
-
- blockquote { font-style: italic; }
-
- /* put space above Google feed ads */
- img[src*="feedads"] { margin-top: 20px; }
-
- /**************************/
- /* end commonstyles.css */
- /**************************/